kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin
/
[JRE]arrayOfNulls
array
Of
Nulls
JRE
fun
<
T
>
arrayOfNulls
(
size
:
Int
)
:
Array
<
T
?
>
Content copied to clipboard
Returns an array of objects of the given type with the given
size
, initialized with null values.